projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e3a34
)
* image.el (image-type-from-buffer): Remove --without-x warning/error.
author
Glenn Morris
<rgm@gnu.org>
Wed, 18 Sep 2013 04:24:14 +0000
(21:24 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 18 Sep 2013 04:24:14 +0000
(21:24 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 1022bb63d4202002e8994f818faed5af02ad3997..e0784affa4bc4341dd2031f1f21db66c04e974ea 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-09-18 Glenn Morris <rgm@gnu.org>
+ * image.el (image-type-from-buffer): Remove --without-x warning/error.
+
* mouse.el (mouse-yank-primary):
Reorder to silence --without-x compilation.
diff --git
a/lisp/image.el
b/lisp/image.el
index 6c15a7d0b96836d42421351727e4519d3085a7e6..8afe3e14b104c019e292754c3cbc178078c10d76 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-291,6
+291,7
@@
be determined."
(setq types (cdr types)))))
(goto-char opoint)
(and type
+ (boundp 'image-types)
(memq type image-types)
type)))